home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 112
/
jogo-disk-112.iso
/
Games
/
steppenwolf_3_chapter_7.swf
/
scripts
/
DefineButton2_968
/
BUTTONCONDACTION on(keyPress O).as
< prev
next >
Wrap
Text File
|
2010-07-14
|
570b
|
20 lines
on(keyPress "O"){
if(eval("/Variables:AnimJoue") != true and getProperty("_root.Animatiques", _currentframe) == 1)
{
set("/Variables:Stoppe",false);
_root.Inventaire.swapdepths(_root.Gts);
setProperty("/Gts", _X, 536);
setProperty("/Gts", _Y, 357);
setProperty("/Gts", _xscale, 20);
setProperty("/Gts", _yscale, 20);
if(eval("/Variables:Grimpe") == false)
{
tellTarget("/")
{
gotoAndStop(eval("/Variables:EtatActif"));
}
}
gotoAndStop(1);
}
}